nyc_squirrels1=
  census%>%
  ggplot(aes(long, lat)) +
  geom_point() +
  theme_map()
nyc_squirrelmap <- leaflet(data=census1) %>%
  addTiles() %>%  
  addMarkers(lng=~long, lat=~lat, popup= ~hectare,clusterOptions = markerClusterOptions())
nyc_squirrelmap

Motivation

Squirrels are everywhere, but is there a trend of where they prefer to stay with respect to their color, age, activities and all other features? Doing an analysis using squirrel census data may answer the question. Based on the results of the investigation we can compile relevant charts and make reasonable exploits, prevention or prediction based on information about squirrel habitat and activity patterns in Central Park.

Screencast

Website Overview

Under the squirrel map tab, you will find:

In the exploratory analyses section, you will find:

In the shiny section, you will find:

Collaborators

Yimin Chen (yc4195)

Feng Yan (fy2297)

Jiong Ma (jm5509)

Wenjing Yang (wy2369)

Yang Yi (yy3307)